projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
120d996
)
(powerpc-apple-darwin*): Use ${CC} instead of
author
Andreas Schwab
<schwab@suse.de>
Mon, 1 Dec 2003 00:36:50 +0000
(
00:36
+0000)
committer
Andreas Schwab
<schwab@suse.de>
Mon, 1 Dec 2003 00:36:50 +0000
(
00:36
+0000)
hardcoding gcc.
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 8a4dd5b6e86bfc5504f0ec827986de2197fb49b8..dc3a8353d0ca84c7c38b167566faf67382f2d37e 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1134,7
+1134,7
@@
dnl see the `changequote' comment above.
powerpc-apple-darwin* )
machine=powermac opsys=darwin
# Define CPP as follows to make autoconf work correctly.
- CPP="
gcc
-E -no-cpp-precomp"
+ CPP="
${CC}
-E -no-cpp-precomp"
;;
## AMD x86-64 Linux-based GNU system